uds-fork 0.5.2

A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets.
Documentation
[lib]
name = "uds_fork"
path = "src/lib.rs"

[package]
authors = ["Torbjørn Birch Moltu <t.b.moltu@lyse.net>", "Aleksandr Morozov <alex@nixd.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::unix-apis", "asynchronous"]
description = """
A unix domain socket crate that supports abstract addresses, fd-passing and seqpacket sockets.
"""
edition = "2024"
exclude = ["tests", "src/bin", ".vscode"]
keywords = ["unix", "socket", "seqpacket", "abstract", "fdpassing"]
license = "Apache-2.0 OR MIT"
name = "uds-fork"
readme = "README.md"
repository = "https://github.com/eesekaj/uds/tree/master"
version = "0.5.2"

[target."cfg(unix)".dependencies.libc]
version = "~0.2"