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

Comparison to async-mpd? #6

Closed
blakehawkins opened this issue Nov 8, 2020 · 2 comments
Closed

Comparison to async-mpd? #6

blakehawkins opened this issue Nov 8, 2020 · 2 comments

Comments

@blakehawkins
Copy link

👋 I see this is an active project. I'm looking for an mpd backend and considered this versus https://lib.rs/crates/async-mpd .

One thing I noticed is that your lib doesn't use any unsafe code (👍)

Is there any other reason that you're not just using the existing project?

Thanks in advance!

@elomatreb
Copy link
Owner

Back when I started working on this while working on a long-lived side project for an MPD client that fits my needs, the other project didn't exist :)

I extracted the first versions of this from application code I had written, and while I abandoned the original attempt at that project, I am still using it in the "next" version I am working on when I have the time. A major motivation has also been just to try stuff, I started with no experience with Rust and I used this project to try writing parsers and async Rust in general.

So far I'm the only user of this library I know of and its design is shaped by the needs I had while working on an MPD client, but if you have any specific suggestions I am open to hearing them.

@blakehawkins
Copy link
Author

Thanks! I guess my only suggestion is to consider moving your FE to use async-mpd if appropriate

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

2 participants