listenfd 0.3.4

A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A simple library to work with listenfds passed from the outside (systemd/catflap socket activation)"
homepage = "https://github.com/mitsuhiko/rust-listenfd"
keywords = ["socket", "listenfd", "systemd", "socketactivation"]
license = "MIT/Apache-2.0"
name = "listenfd"
readme = "README.md"
version = "0.3.4"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.40"
[target."cfg(windows)".dependencies.uuid]
version = "0.8.2"

[target."cfg(windows)".dependencies.winapi]
features = ["winsock2", "processthreadsapi"]
version = "0.3.4"