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

Use reusable library for field access code #16

Open
hannobraun opened this issue Sep 7, 2018 · 0 comments
Open

Use reusable library for field access code #16

hannobraun opened this issue Sep 7, 2018 · 0 comments
Labels
component: dw1000 Issue concerns the DW1000 driver help wanted Extra attention is needed type: enhancement New feature or request

Comments

@hannobraun
Copy link
Contributor

This crate contains custom field access code. Since this code isn't in any way specific to this crate, I think it would be better to move it out.

I looked for libraries before implementing the code. The only thing that came close to what I needed was bitfield, but that doesn't support byte slices as the type of the bit field, which is what I needed.

I think this issue could be solved in either of these 3 ways:

  1. Find another library that fulfills our needs and use that.
  2. Extend the bitfield crate and use that.
  3. Clean up the custom code and move it to its own library.
@hannobraun hannobraun added the type: enhancement New feature or request label Sep 7, 2018
@hannobraun hannobraun added the help wanted Extra attention is needed label Feb 11, 2019
@hannobraun hannobraun added the component: dw1000 Issue concerns the DW1000 driver label Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: dw1000 Issue concerns the DW1000 driver help wanted Extra attention is needed type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant