feat: enhance test coverage and fix compilation errors

This commit is contained in:
overtrue
2025-05-25 12:56:43 +08:00
parent 136118ed21
commit a6c3b122bd
4 changed files with 711 additions and 6 deletions
+2 -1
View File
@@ -22,4 +22,5 @@ default = ["ip"] # features that are enabled by default
ip = ["dep:local-ip-address"] # ip characteristics and their dependencies
tls = ["dep:rustls", "dep:rustls-pemfile", "dep:rustls-pki-types"] # tls characteristics and their dependencies
net = ["ip"] # empty network features
full = ["ip", "tls", "net"] # all features
integration = [] # integration test features
full = ["ip", "tls", "net", "integration"] # all features