Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add serialization support to FstAddOn #162

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2021

  1. Implement SerializeBinary for SerializableFst types

    `SerializableFst` trait already needs its type to be converted to binary data. Therefore, adding `SerializeBinary` requirement for the trait makes it possible to add default implementations of `SerializableFst::read` and `SerializableFst::write`. In addition, having an API to convert an FST to/from binary data may be useful for other serialization implementations.
    ebraraktas committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    e0bee5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43fbc52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    204cf3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c273d12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    125592c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40113d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6159e3b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    478a4f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8796b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7a2af8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3db7400 View commit details
    Browse the repository at this point in the history