no_std support #517
dzmitry-huba
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
no_std is not a goal but nice to have. It should be OK as long as it doesn't change the std code behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Everyone
I was wondering if the maintainers of this project would be open to consider a no_std support for the raft-rs. I did an exercise in a fork to make changes to the codebase to make it no_std compilable (not production ready draft PR) and I would like to get feedback on the idea before preparing the official PR.
Please let me know if no_std support would be welcome. The main scenario is running Raft instance inside of the Trusted Execution Environments.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions