Skip to content

Commit 27f5504

Browse files
authored
refactor(mstsgu): follow up to PR 913 (#920)
- Update tokio-tungstenite to latest - Fix the dependencies - Move the top-level documentation into a README.md that we re-include in the source code - Re-order the imports using the nightly formater - Audit the unwraps and remove them - Fix the UTF-16 string length computation
1 parent c84b46b commit 27f5504

8 files changed

Lines changed: 130 additions & 161 deletions

File tree

ARCHITECTURE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ State machines to drive an RDP connection acceptance sequence
256256

257257
Extendable skeleton for implementing custom RDP servers.
258258

259+
#### [`crates/ironrdp-mstsgu`](./crates/ironrdp-mstsgu) (@steffengy)
260+
261+
Terminal Services Gateway Server Protocol implementation.
262+
259263
#### [`crates/ironrdp-glutin-renderer`](./crates/ironrdp-glutin-renderer) (no maintainer)
260264

261265
`glutin` primitives for OpenGL rendering.

Cargo.lock

Lines changed: 38 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)