minkan-chat / server

This repository keeps the backend implementation for the Minkan end-to-end encrypted messenger.
GNU Affero General Public License v3.0
16 stars 1 forks source link

Support a Vec<u8> custom scalar #1

Closed Erik1000 closed 3 years ago

Erik1000 commented 3 years ago

We need a basis type for our binary things like pgp packets. For that, we need to define a custom scalar.

Erik1000 commented 3 years ago

we use Bytes from the bytes crate instead.