average-vr-56795
06/20/2019, 10:26 PMcargo test -- --test-threads=1
if you end up bumping into resource limits you can't overcomehundreds-breakfast-49010
06/20/2019, 10:28 PMulimit -n
is 1024 for mehundreds-breakfast-49010
06/20/2019, 10:28 PMhundreds-breakfast-49010
06/20/2019, 10:29 PMaloof-angle-91616
06/20/2019, 10:30 PMhundreds-breakfast-49010
06/20/2019, 10:32 PMaloof-angle-91616
06/20/2019, 10:32 PMwitty-crayon-22786
06/20/2019, 10:39 PMhundreds-breakfast-49010
06/20/2019, 10:42 PMhundreds-breakfast-49010
06/20/2019, 10:42 PMaloof-angle-91616
06/20/2019, 10:42 PMhundreds-breakfast-49010
06/20/2019, 10:42 PMaloof-angle-91616
06/20/2019, 10:43 PMhundreds-breakfast-49010
06/20/2019, 10:45 PMaloof-angle-91616
06/20/2019, 10:45 PMwitty-crayon-22786
06/20/2019, 10:46 PMwitty-crayon-22786
06/21/2019, 8:14 PMwitty-crayon-22786
06/21/2019, 8:14 PMhundreds-breakfast-49010
06/21/2019, 11:00 PMenough-analyst-54434
06/21/2019, 11:27 PMhundreds-breakfast-49010
06/21/2019, 11:32 PMhundreds-breakfast-49010
06/21/2019, 11:32 PMenough-analyst-54434
06/21/2019, 11:35 PMhundreds-breakfast-49010
06/21/2019, 11:36 PMhundreds-breakfast-49010
06/21/2019, 11:37 PMNone
or may be something from python into a rust FFI function? (I think I'll need this for the union stuff I was talking about earlier)witty-crayon-22786
06/21/2019, 11:37 PMwitty-crayon-22786
06/21/2019, 11:37 PMwitty-crayon-22786
06/21/2019, 11:38 PMenums
work (with an interesting syntax), which surprised meaverage-vr-56795
06/22/2019, 12:04 AMOption<String>
around, but empty strings weren't valid where I was so I just used empty as None
. I suspect you may need to just pass around a bool and a value, unless cbindgen offers you something fancywitty-crayon-22786
06/22/2019, 12:08 AMOption
as well...?