mwc-libp2p-uds 0.27.1

Unix domain sockets transport for libp2p
docs.rs failed to build mwc-libp2p-uds-0.27.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Implementation of the libp2p Transport trait for Unix domain sockets.

Platform support

This transport only works on Unix platforms.

Usage

The UdsConfig transport supports multiaddresses of the form /unix//tmp/foo.

The UdsConfig structs implements the Transport trait of the core library. See the documentation of core and of libp2p in general to learn how to use the Transport trait.