awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose a serialization/deserialization mechanism for ReceivedMessage

beurdouche opened this issue · comments

Problem:

There is currently no easy way to serialize/deserialize ReceivedMessage for now.
This means that a non-Rust callers can't do much with these values, afaik... : )

Solution:

serde:serialize ?