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

no_std support #20

Open
3 tasks
pwnorbitals opened this issue May 23, 2022 · 0 comments
Open
3 tasks

no_std support #20

pwnorbitals opened this issue May 23, 2022 · 0 comments
Labels
API: rust Related to the Rust API Kind: improvement New feature or request

Comments

@pwnorbitals
Copy link
Collaborator

We might want to evaluate, test and benchmark anise.rs for embedded targets.

It looks like all dependency crates support no_std (flatbuffers and hifitime has a feature flag and memmap2 isn't useful for non-hosted embedded so can be made optional).

The use of std within the (non-flatbuf-generated) crate code is minimal and seems to be easily replaceable with the core equivalent. Further evaluation may be needed for PR #8 when merged

Roadmap :

  • Replace all uses of std with core when possible
  • Add a default std feature flag that enables all std-based features
  • Write a few test-cases and benchmarks for embedded targets
@ChristopherRabotin ChristopherRabotin added Kind: improvement New feature or request API: rust Related to the Rust API labels Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API: rust Related to the Rust API Kind: improvement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants