socket-address 0.3.0

A simple implementation of a socket address that can be either a network socket or a Unix domain socket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "socket-address"
version = "0.3.0"
edition = "2021"
authors = ["Mike Cronce <mike@quadra-tec.net>"]
description = "A simple implementation of a socket address that can be either a network socket or a Unix domain socket"
documentation = "https://docs.rs/crate/socket-address"
homepage = "https://gitlab.cronce.io/foss/socket_address-rs"
repository = "https://gitlab.com/foss/socket_address-rs"
license = "MIT"

[dependencies]
thiserror = "1.0.44"
http = "1.1.0"