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

Port to Rust using Async #107

Closed
DavidBM opened this issue Feb 1, 2020 · 3 comments
Closed

Port to Rust using Async #107

DavidBM opened this issue Feb 1, 2020 · 3 comments

Comments

@DavidBM
Copy link

DavidBM commented Feb 1, 2020

Hey!

First of all, thanks for this library. It is a nice & simple way to start with queues without too much complexity.

We are making an async port to rust as we may use it soon. Just though about saying it here in case it is useful to anyone.

https://github.com/Couragium/rsmq_async

Best!

@GopherJ
Copy link

GopherJ commented Feb 7, 2020

Cool!

Also there is https://github.com/dvdplm/rsmq-rust which is not async.

I'm looking forward to use it.

@DavidBM
Copy link
Author

DavidBM commented Feb 7, 2020

Yeah. I found that one, but it looked not maintained and was sync. But that is good, depending on if you are using async or not, you have both crates.

To be honest, migrating the js code to proper rust was very easy when using async.

smrchy added a commit that referenced this issue Feb 13, 2020
* Removed Travis tests for Node 6
* Updated dependencies
* Added README for RSMQ Rust port. Thanks @DavidBM. (#107)
@smrchy
Copy link
Owner

smrchy commented Feb 13, 2020

Thank you @DavidBM

I added your port to the README.

Thank you for your work.

@smrchy smrchy closed this as completed Feb 13, 2020
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