feature(sender): added random name generator #79

Merged
PatrykHegenberg merged 1 commit from 53-implement-the-generation-of-a-random-name into 51-implement-local-data-transfer 2024-04-28 14:28:22 +02:00
PatrykHegenberg commented 2024-04-28 14:27:57 +02:00 (Migrated from github.com)

Description

Add a Function to generate random, human readable names.

Motivation and Context

The actual implementation, that uses the room-id as a transfer name, is hard to share.
Closes #53

How Has This Been Tested?

Added Unit test for random name generator.

Screenshots / Logs (if applicable)

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (no code change)
  • Refactor (refactoring production code)
  • Other

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have formatted the code with rustfmt.
  • I checked the lints with clippy.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
## Description Add a Function to generate random, human readable names. ## Motivation and Context The actual implementation, that uses the room-id as a transfer name, is hard to share. Closes #53 ## How Has This Been Tested? Added Unit test for random name generator. ## Screenshots / Logs (if applicable) ## Types of Changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation (no code change) - [ ] Refactor (refactoring production code) - [ ] Other <!--- (provide information) --> ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [X] My code follows the code style of this project. - [X] I have updated the documentation accordingly. - [X] I have formatted the code with [rustfmt](https://github.com/rust-lang/rustfmt). - [X] I checked the lints with [clippy](https://github.com/rust-lang/rust-clippy). - [X] I have added tests to cover my changes. - [X] All new and existing tests passed. <!--- Thank you for contributing! -->
Sign in to join this conversation.
No description provided.