Skip to content

apollo-encoder@0.3.3

Choose a tag to compare

@lrlna lrlna released this 31 Oct 16:57
· 681 commits to main since this release
8bcd9d7

0.3.3 - 2022-10-31 👻

Features

  • provide TryFrom for encoder types - goto-bus-stop pull/329
    Provides TryFrom impls 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).