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 environments #22

Closed
danieleades opened this issue Oct 25, 2021 · 3 comments
Closed

no_std environments #22

danieleades opened this issue Oct 25, 2021 · 3 comments
Labels
question Further information is requested

Comments

@danieleades
Copy link
Collaborator

danieleades commented Oct 25, 2021

are there any plans to target no_std environments?

I have to admit it's not something i know loads about. I think in principle it shouldn't be too tricky.

One caveat i'm aware of is that std::error::Error doesn't exist, which would make #20 a non-starter (unless dtolnay/thiserror#64 is merged)

@julianoes
Copy link
Collaborator

I would not expect that, in the same way that MAVSDK uses the STL. Would gRPC even work with no_std?

@julianoes julianoes added the question Further information is requested label Oct 25, 2021
@danieleades
Copy link
Collaborator Author

Would gRPC even work with no_std?

not 100% sure. According to the docs prost supports no_std. Not sure if tonic does. Although looking at the generated code, I can't see anything that obviously won't work...

@danieleades
Copy link
Collaborator Author

sounds like it's a non-goal for now in any case. I'll close this. #20 is safe for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants