Skip to content

Commit 3e32a95

Browse files
dignifiedquireflub
andauthored
feat!: introduce iroh-router crate (#2832)
The general goal is to have a single place to deal with custom protocols. ## Breaking Changes - moved - `iroh::node::ProtocolHandler` -> `iroh::router::ProtocolHandler` --------- Co-authored-by: Floris Bruynooghe <[email protected]>
1 parent 27f6137 commit 3e32a95

File tree

2 files changed

+95
-13
lines changed

2 files changed

+95
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ members = [
88
"iroh-test",
99
"iroh-net/bench",
1010
"iroh-cli",
11+
"iroh-router",
1112
]
1213
resolver = "2"
1314

@@ -49,3 +50,4 @@ iroh-base = { path = "./iroh-base" }
4950
iroh-net = { path = "./iroh-net" }
5051
iroh-metrics = { path = "./iroh-metrics" }
5152
iroh-test = { path = "./iroh-test" }
53+
iroh-router = { path = "./iroh-router" }

0 commit comments

Comments
 (0)