sensorial-systems / ligen

Apache License 2.0
19 stars 3 forks source link

Option<T> Marshalling #6

Open notdanilo opened 3 years ago

notdanilo commented 3 years ago

Use the product of #4 to create a marshalling for Option

fn f(option: Option<String>) { ... }
notdanilo commented 3 years ago

Make use of nullable pointers?