Split `calculate_room_name()` into a high-level function using Matrix data types and low-level function containing the core logic using plain Rust data types. Since the low-level function uses simple data types, unit testing becomes easier. |
||
|---|---|---|
| .. | ||
| .cargo | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| README.md | ||