Details
Details
Tests
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- publish-platform-details
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
shared/tunnelbroker_messages/src/messages/message_to_tunnelbroker.rs | ||
---|---|---|
12–20 | This is useful! I guess we might want to move this enum to comm-lib soon, as a part of https://linear.app/comm/issue/ENG-8904/stop-sending-device-type-in-device-key-upload And use it instead of the proto enum for metadata cc @marcin | |
34–38 | Do we need this trait? Isn't Display and .to_string() enough? | |
39–46 | There's dedicated FromStr trait for this: https://doc.rust-lang.org/std/str/trait.FromStr.html |