jamsocket / aper

A Rust data structure library built on state machines.
https://aper.dev
MIT License
299 stars 12 forks source link

Figure out why builds hang with `--release` #11

Closed paulgb closed 3 years ago

paulgb commented 3 years ago

It's because aper-build calls cargo within cargo, which probably hits a deadlock. Might need to look at other options.