posix-socket

Crates.ioposix-socket
lib.rsposix-socket
version0.2.0
sourcesrc
created_at2020-06-27 19:03:13.864102
updated_at2020-09-28 12:42:38.20894
descriptionthin wrapper around POSIX sockets
homepage
repositoryhttps://github.com/de-vri-es/posix-socket-rs
max_upload_size
id258865
size60,184
Maarten de Vries (de-vri-es)

documentation

https://docs.rs/posix-socket

README

posix-socket docs tests

Thin wrapper around POSIX sockets.

The standard library sockets are nice for dealing with TCP, UDP and Unix streaming and datagram sockets. However, for all other sockets, you will get no help from the standard library.

Additionally, the standard library sockets don't always expose all underlying features of the sockets. For example, you can not send file descriptors over the standard library sockets without using libc.

This library intends to expose the POSIX socket API to Rust without cutting features. It is currently still a work in progress.

Commit count: 27

cargo fmt