Support arrays inside Option types
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 19 May 2022 15:26:35 +0000 (10:26 -0500)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Jun 2022 21:25:27 +0000 (21:25 +0000)
commit4a3b2542a7047291c283bb19a27291e3ebe253f8
tree661fc56314a14314cb6186adee7ef4229797e18c
parenta9722eb83122bd56b08c32237538d2d2b0d93aad
Support arrays inside Option types

Previously we'd supported arrays in options only if the real type
was something which we'd aliased to an array, so its not a big
stretch to support Options containing arrays explicitly.
c-bindings-gen/src/types.rs