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>
Tue, 28 Jun 2022 16:52:23 +0000 (16:52 +0000)
commitf9d5cd8f3aabce6fbdc6f6a5ee8d698d32c37e53
tree92a126a3760c0217d143ac40be0718d01cc3d19e
parentc0301848a60b8131f4e09b28081d3b619154b6cc
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