Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#development
Title
a
average-vr-56795
06/22/2019, 12:04 AM
I didn't find an obvious way when I was passing
Option<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 fancy
Post