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 #5

Open
ostenning opened this issue Nov 7, 2020 · 2 comments
Open

no-std support #5

ostenning opened this issue Nov 7, 2020 · 2 comments

Comments

@ostenning
Copy link

Hello, Im wondering if you plan to add no-std support to this library? I would like to evaluate if it could be suitable for an embedded environment.

Kind regards,
Oliver

@nwoeanhinnogaehr
Copy link
Owner

Hi Oliver,

No-std support is a great idea. At the moment I don't have much time to work on this project, but if you would be willing to implement no-std support and send a pull request, I would be happy to merge it!

@PieterPenninckx
Copy link
Contributor

@ostenning , I think this would be very doable if you can afford alloc since pvoc-rs currently only uses some collections (notable Vec and VecDeque) and not much more. I don't think all its dependencies have no-std support, however, so better also ask there.

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

3 participants