Reference: Usage as a lib #8

- Implement protocol versioning
- migrate to thisError
- general error handling improvements in socktop_connector lib
- improve documentation
- increment  version
This commit is contained in:
2025-09-07 18:55:23 -07:00
parent ffc246b705
commit 06cd6d0c82
9 changed files with 462 additions and 67 deletions
Generated
+2 -2
View File
@@ -2213,9 +2213,8 @@ dependencies = [
[[package]]
name = "socktop_connector"
version = "0.1.0"
version = "0.1.2"
dependencies = [
"anyhow",
"flate2",
"futures-util",
"prost",
@@ -2225,6 +2224,7 @@ dependencies = [
"rustls-pemfile",
"serde",
"serde_json",
"thiserror 2.0.12",
"tokio",
"tokio-tungstenite 0.24.0",
"url",