apollo-encoder@0.3.3
·
681 commits
to main
since this release
0.3.3 - 2022-10-31 👻
Features
-
provide TryFrom for encoder types - goto-bus-stop pull/329
ProvidesTryFromimpls for the apollo-encoder AST types.The conversion effectively assumes that the apollo-parser AST is valid and
complete. Otherwise you get an Err, but not a very useful one, because the
TryFrom impl doesn't know anything about its parent (so we can't show source
code where the error originated for example).