drpc icon indicating copy to clipboard operation
drpc copied to clipboard

Rust support

Open zeebo opened this issue 4 years ago • 2 comments

Tracking issue for Rust bindings.

I have some started at https://github.com/zeebo/drpc-rs but I need help integrating into the Rust ecosystem.

zeebo avatar Jun 09 '21 16:06 zeebo

No progress for a long time...

gembin avatar May 27 '22 19:05 gembin

Indeed. I have very little rust experience (this is my first project!). I just pushed some code up that attempts to make it work with async, but I don't know if that's right. There's a bunch of questions I have about the rust ecosystem. For example:

  • Which async driver library should I use? Is it possible to be agnostic to it?
  • Is async_trait the right thing? Seems hacky!

zeebo avatar Sep 22 '22 14:09 zeebo