Skip to content

Remove dependency on nightly rust #9

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

Open
archshift opened this issue Jan 17, 2017 · 2 comments · May be fixed by #22
Open

Remove dependency on nightly rust #9

archshift opened this issue Jan 17, 2017 · 2 comments · May be fixed by #22

Comments

@archshift
Copy link

Specifically:

  • UnsafeCell can be used to emulate !Sync
  • Vec may be used instead of manually using buffer + capacity + allocated_size (and depending on liballoc)
@polyfractal
Copy link
Owner

++ PR's welcome if you have the time! It'd be great if SPSC worked on stable I'm unfortunately going to be pretty busy for the rest of this month (moving houses).

I suppose the only concern with using Vec is that it just passes the buck: we'd depend on libcollections instead of liballoc, which is a slightly larger barrier for minimal embedded systems. But then again we depend on std directly so I guess that is a bigger problem for embedded. :)

@dotellie
Copy link

I really don't want to be rude, but is there any chance of this happening any time soon?

@knsd knsd linked a pull request Sep 22, 2018 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants