Prefer `Option_` mappings for more types over transparent mappings
authorMatt Corallo <git@bluematt.me>
Fri, 23 Sep 2022 16:12:46 +0000 (16:12 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 23 Sep 2022 16:12:46 +0000 (16:12 +0000)
In general, the explicit `Option_` mappings are easier for
downstream bindings to match against, and clearer for users anyway.
Sadly, originally we were trying to avoid them where possible, so
some types default to transparent mappings. Here we swap the
default, at least for manually-mapped types, with a few explicit
exceptions (that probably should be changed as well).


No differences found