beltram

Results 10 issues of beltram

Some mutable borrows were required in some methods, especially `process_unverified_message` whereas it was not required. Removing them makes the methods intent clearer, helps working with borrow checker rules and could...

Part of #106 This PR adds support for creating External Add Proposals. They allow non-group members to craft a proposal. Group members can later on commit that external Add proposal...

Hi, first of all thank you very much for this crate, helped me a lot. I recently had to implement something where I had a bunch of partial json objects,...

In order to further reduce the Docker image size, it could be interesting to use rustls (instead of openssl) hence removing the dependency on musl and build from scratch. Explanations...

---- #### PR Submission Checklist for internal contributors - The **PR Title** - [x] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow² - [x] contains...

---- #### PR Submission Checklist for internal contributors - The **PR Title** - [x] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow² - [ ]...

---- #### PR Submission Checklist for internal contributors - The **PR Title** - [x] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow² - [x] contains...

DO NOT MERGE

The goal is to have better tests, better coverage but first, tests should be easy to write and maintain Acceptance criterias: * provide helpers to write tests on conversations (`MlsConversation`)...

Hi, I've crated this PR to add support for CBOR Simple types as defined in [RFC 8949 Section 3.3](https://www.rfc-editor.org/rfc/rfc8949.html#section-3.3). I've roughly used the same approach you used for tags. I...