awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)
Apache License 2.0
93 stars 18 forks source link

Simplify map conditional compilation #158

Closed mulmarta closed 3 months ago

mulmarta commented 3 months ago

No functional changes. The PR removes a bunch of conditional compilation flags related to deciding on the type of map that is used: HashMap, Vec or BTreeMap.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 97.14286% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.63%. Comparing base (3662e44) to head (34093f4). Report is 2 commits behind head on main.

Files Patch % Lines
mls-rs/src/group/secret_tree.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ========================================== + Coverage 89.53% 89.63% +0.09% ========================================== Files 173 174 +1 Lines 31505 31507 +2 ========================================== + Hits 28209 28240 +31 + Misses 3296 3267 -29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.