-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
- Use of
hashbrowninstead ofstd::collections::HashMapfor no-std environments - Use of
lock_apiin place ofstd::sync:: - Defining
crate::Errorcompatible withno_stdenvironment
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels