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

List of general purpose no-std crates #2

Closed
japaric opened this issue Apr 1, 2018 · 3 comments
Closed

List of general purpose no-std crates #2

japaric opened this issue Apr 1, 2018 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@japaric
Copy link
Member

japaric commented Apr 1, 2018

The list of no-std crates is currently empty!

We have collected a list of such crates in rust-embedded/wg#12 but the list hasn't been
updated in a long time. It now probably contains deprecated crates, crates that are no longer under
active development or crates that never achieved a "complete" (published and documented) state.

Help us review that old list and make a new list with the best parts of the old one. Also, it would
be great if the new list was split in categories to make it easier for readers to find what they are
looking for. The awesome Rust list may provide some inspiration for this
categorization task.

@japaric japaric added the help wanted Extra attention is needed label Apr 1, 2018
@memoryruins
Copy link
Contributor

Common categories in rust-embedded/wg#12 to get a rough outline:

  • Data structures
  • Debugging
    • Logging
    • Testing
  • Encoding / Decoding
    • Binary
    • Protocol
  • Graphics
  • Math
  • Networking
  • Text
    • CStr
    • Unicode

Many of the parsing / encoding crates share similarities in their purpose, as well as crates tagged with memory management, alignment, and data structure, so it may be possible to group into sub/shared categories.

@mathk
Copy link

mathk commented Mar 7, 2019

Ping from triage: Is this "issue" still an "issue" ? I can see a lot in the no_std list

@jamesmunns
Copy link
Member

I don't think it is anymore :) Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants