this post was submitted on 13 Sep 2021
3 points (100.0% liked)

Rust Programming

8438 readers
42 users here now

founded 5 years ago
MODERATORS
 

In the past months, with the help of Casey, I wrote a library that tries to make it more convenient to run child processes from rust programs. It's called cradle. We've been using it for a couple of our projects with success. We've just released version 0.1.0. Which means that it's not feature complete, but we don't expect drastic API changes to the existing functionality. If you try it out, please let me know what you think! Either here or in the issue tracker.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 3 years ago

What features are you working on for 0.3.0?