Skip to content

Tagged messages #16

@kpcyrd

Description

@kpcyrd

Especially since binary support was introduced, it might be needed to tag messages and filter messages by tags when printing them.

The interface would be along the lines of:

tr1pctl write -t foo
tr1pctl ls -t foo

Internally, this would need a breaking change in the file format to introduce . Since the tag is optional, this would map to an Option<T>, with None being a length of 0. If the tag is exposed as Vec<u8> or String still needs to be decided.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions