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

Support for std and no_std environments #1

Open
gabhijit opened this issue May 23, 2021 · 3 comments
Open

Support for std and no_std environments #1

gabhijit opened this issue May 23, 2021 · 3 comments

Comments

@gabhijit
Copy link
Collaborator

Right now most of the scalpel code works assuming std environment. However, there is no real reason why the same code cannot be adopted for no_std environment. At least following needs to be kept in mind

  1. Use of hashbrown instead of std::collections::HashMap for no-std environments
  2. Use of lock_api in place of std::sync::
  3. Defining crate::Error compatible with no_std environment

For now for ease, let's simply restructure the use statements such that parts can be std and no_std and then add those one by one.

@gabhijit gabhijit changed the title Support for std and no-std environments Support for std and no_std environments May 23, 2021
@csking101
Copy link
Contributor

Hi sir, can I take this up?

@gabhijit
Copy link
Collaborator Author

I believe this is a bit involved. Let me create another issue, to use OnceCell, you may want to work on that. After that we can visit that. Fixing that will anyways be required.

@csking101
Copy link
Contributor

Sure, that'd be great!

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