This repository has been archived by the owner on May 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-v0.4.1' into release
- Loading branch information
Showing
5 changed files
with
230 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "unix_socket" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
license = "MIT" | ||
description = "Unix domain socket bindings" | ||
repository = "https://github.com/sfackler/rust-unix-socket" | ||
documentation = "https://sfackler.github.io/rust-unix-socket/doc/v0.4.0/unix_socket" | ||
documentation = "https://sfackler.github.io/rust-unix-socket/doc/v0.4.1/unix_socket" | ||
readme = "README.md" | ||
keywords = ["posix", "unix", "socket", "domain"] | ||
|
||
|
@@ -15,3 +15,7 @@ debug-builders = "0.1" | |
|
||
[dev-dependencies] | ||
tempdir = "0.3" | ||
|
||
[features] | ||
from_raw_fd = [] | ||
socket_timeout = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# rust-unix-socket | ||
|
||
[![Build Status](https://travis-ci.org/sfackler/rust-unix-socket.svg?branch=master)](https://travis-ci.org/sfackler/rust-unix-socket) | ||
[![Build Status](https://travis-ci.org/sfackler/rust-unix-socket.svg?branch=master)](https://travis-ci.org/sfackler/rust-unix-socket) [![Latest Version](https://img.shields.io/crates/v/unix_socket.svg)](https://crates.io/crates/unix_socket) | ||
|
||
Support for Unix domain socket clients and servers. | ||
|
||
Documentation is available [here](https://sfackler.github.io/rust-unix-socket/doc/master/unix_socket). | ||
[Documentation](https://sfackler.github.io/rust-unix-socket/doc/v0.4.1/unix_socket) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters