Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Add .flush() method to Serializer #251

Merged
merged 1 commit into from Jul 16, 2022

Commits on Jul 13, 2022

  1. Add .flush() method to Serializer

    Without this method, in order to flush the writer between YAML
    documents, the user has to call `.into_inner()` to get the underlying
    writer, optionally write "...\n", call `.flush()` on the writer, and
    then construct a new `Serializer`.
    jturner314-nrl committed Jul 13, 2022
    Copy the full SHA
    b8a018f View commit details
    Browse the repository at this point in the history