feat(rangeset): rangeset crate (#56)

This commit is contained in:
sinu.eth
2025-03-19 16:59:28 -07:00
committed by GitHub
parent 76d9424238
commit e6e64ee9a5
35 changed files with 324 additions and 77 deletions

View File

@@ -5,12 +5,13 @@ members = [
"uid-mux",
"utils",
"utils-aio",
"utils/fuzz",
"websocket-relay",
"futures-limit",
"futures-plex",
"web-spawn",
"rand06-compat",
"rangeset",
"rangeset/fuzz",
]
[workspace.dependencies]
@@ -20,6 +21,7 @@ spansy = { path = "spansy" }
tlsn-utils = { path = "utils" }
tlsn-utils-aio = { path = "utils-aio" }
uid-mux = { path = "uid-mux" }
rangeset = { path = "rangeset" }
async-std = "1"
async-trait = "0.1"