Skip to content

Support for textprotos #38

@pavel-klavik

Description

@pavel-klavik

As far as I understand this library, it allows only to read protos from and into bytes. I would be useful to also add text proto support which is sometimes used for small config files.

It might look like this:

person {
  name: "John Doe"
  email: "jdoe@example.com"
}

or this:

person <
  name: "John Doe"
  email: "jdoe@example.com"
>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions