Commit a94d4ff
committed
refactor(protocol): extract transport module to oxidized-transport crate
Remove transport/ module from oxidized-protocol. The protocol crate
now depends on oxidized-transport and re-exports it as
`pub use oxidized_transport as transport` for backward compatibility.
All downstream imports (oxidized_protocol::transport::*) continue
to work unchanged. All 1,267+ tests pass.
Phase 6 — Transport extraction.1 parent 2d3766a commit a94d4ff
7 files changed
Lines changed: 13 additions & 2293 deletions
File tree
- crates/oxidized-protocol
- src
- transport
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
This file was deleted.
0 commit comments