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>
Mon, 27 Jun 2022 15:51:05 +0000 (15:51 +0000)
commitcfb2efaf641fe9ce7bba71b7b519020744c36c7b
tree661fc56314a14314cb6186adee7ef4229797e18c
parentd08403e45da9202aedfc7220d65f678d4bba54d4
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