assay icon indicating copy to clipboard operation
assay copied to clipboard

Use `bifurcate` instead of `rusty-fork`

Open mgattozzi opened this issue 3 years ago • 1 comments

rusty-fork was great to get assay working but it has a few problems:

  • It's not maintained
  • It can't handle ?
  • Inter process communication isn't the greatest
  • Handling failures could be better

I've decided to make a crate bifurcate that does this from the ground up.

mgattozzi avatar Feb 15 '22 17:02 mgattozzi

bifurcate is not public, I would be very interested in a rusty fork alternative

estk avatar Jul 06 '22 16:07 estk