From b6549a605935e29ab0ae4291737f8b0158bca1fb Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 25 Mar 2020 08:38:01 +0000 Subject: recursive deserialization --- msg_socket2/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 msg_socket2/README (limited to 'msg_socket2/README') diff --git a/msg_socket2/README b/msg_socket2/README new file mode 100644 index 0000000..96ae145 --- /dev/null +++ b/msg_socket2/README @@ -0,0 +1,12 @@ +msg_socket2 +=========== + +A library for sending messages over Unix domain sockets, including +file descriptors. + +HTML usage documentation can be generated with: + + cargo doc + +Licensed under either of Apache License (LICENSE-APACHE), Version 2.0 +or MIT license (LICENSE-MIT) at your option. -- cgit 1.4.1