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

Refactor away from generics #19

Merged
merged 2 commits into from
Jun 6, 2020
Merged

Refactor away from generics #19

merged 2 commits into from
Jun 6, 2020

Conversation

jacobrosenthal
Copy link
Owner

@jacobrosenthal jacobrosenthal commented May 31, 2020

This seems to be working well, so its time for me to clean up my mess.

My big issues are

  • clean up the docs
  • cleanup my generic mess. Thats the major change here.
  • How does anyone feel about the singular ReadWrite trait to fix remove hidapi as only using it for the trait #6, which enables the use of impl trait. Am I missing a way or reason to split these out as separate Read and Write?
  • and for no good reason I always wanted it to be no_std no alloc able..Thoughts on a clean api supporting both vec and heapless::vec ala Intrusive #2 ?

@jacobrosenthal jacobrosenthal changed the title Towards 1.0 Refactor away from generics Jun 6, 2020
@jacobrosenthal jacobrosenthal marked this pull request as ready for review June 6, 2020 02:08
@jacobrosenthal jacobrosenthal merged commit 4127d13 into master Jun 6, 2020
@jacobrosenthal
Copy link
Owner Author

Closes #6 as well

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.

remove hidapi as only using it for the trait
1 participant