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

definition of which crates to include? #87

Open
rursprung opened this issue Nov 6, 2024 · 1 comment
Open

definition of which crates to include? #87

rursprung opened this issue Nov 6, 2024 · 1 comment

Comments

@rursprung
Copy link

is there a clear definition of which crates should be included here and which not? namely: what about "sans I/O" crates which implement protocols but are not tied to one physical hardware? i'm thinking e.g. of adafruit-bluefruit-protocol-rs - should this be listed here or not?

if they're listed: should the metadata point to the hardware using this (in the mentioned examples the various adafruit BT modules) even if this list might be incomplete and the crate could be used for other things as well?

@tdittr
Copy link
Collaborator

tdittr commented Nov 7, 2024

mmh good question, the original idea for the project was to list everything where you need to decide ahead of time what you need to get. So "I want to measure temperature" => "I need to buy something specific to do that", so not things where a cargo add is enough to add the functionality, like heapless.

I think adafruit-bluefruit-protocol-rs would fall into the category of you need to decide on some hardware. Even though the selection is bigger for what to get. So I would be happy to have it!

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

2 participants