Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo 75e5f17151
Merge pull request #3 from taiki-e/url
Update URLs
2020-12-27 00:02:24 +09:00
Taiki Endo 0f462cc9bd Update URLs 2020-12-26 23:47:13 +09:00
2 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@ authors = [
edition = "2018"
description = "Non-blocking TCP or Unix connect"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/nb-connect"
homepage = "https://github.com/stjepang/nb-connect"
repository = "https://github.com/smol-rs/nb-connect"
homepage = "https://github.com/smol-rs/nb-connect"
documentation = "https://docs.rs/nb-connect"
keywords = ["TcpStream", "UnixStream", "socket2", "polling"]
categories = ["asynchronous", "network-programming", "os"]

View File

@ -1,9 +1,9 @@
# nb-connect
[![Build](https://github.com/stjepang/nb-connect/workflows/Build%20and%20test/badge.svg)](
https://github.com/stjepang/nb-connect/actions)
[![Build](https://github.com/smol-rs/nb-connect/workflows/Build%20and%20test/badge.svg)](
https://github.com/smol-rs/nb-connect/actions)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
https://github.com/stjepang/nb-connect)
https://github.com/smol-rs/nb-connect)
[![Cargo](https://img.shields.io/crates/v/nb-connect.svg)](
https://crates.io/crates/nb-connect)
[![Documentation](https://docs.rs/nb-connect/badge.svg)](