Skip to content

Commit

Permalink
Move runng/examples and benches/, runng-sys/, and runng_thrift/ to ow…
Browse files Browse the repository at this point in the history
…n repositories. runng-sys is submodule `runng_sys`.
  • Loading branch information
jeikabu committed Feb 10, 2019
1 parent 12ff8ad commit 26a04e8
Show file tree
Hide file tree
Showing 26 changed files with 9 additions and 1,673 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "runng-sys/nng"]
path = runng-sys/nng
url = https://github.com/nanomsg/nng.git
[submodule "runng_sys"]
path = runng_sys
url = https://github.com/jeikabu/nng-rust.git
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
[workspace]
members = [
"runng-sys",
"runng",
"runng_derive",
"runng_thrift",
]
default-members = [
"runng-sys",
"runng",
"runng_derive",
]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Rust [NNG (Nanomsg-Next-Generation)](https://github.com/nanomsg/nng):
|-|-|-
| __runng-sys__ | [![runng-sys crate](https://img.shields.io/crates/v/runng-sys.svg)](https://crates.io/crates/runng-sys) | bindings to native NNG library
| __runng__ | [![runng crate](https://img.shields.io/crates/v/runng.svg)](https://crates.io/crates/runng) | high-level wrapper for NNG
| __runng_thrift__ | [![runng-thrift crate](https://img.shields.io/crates/v/runng-thrift.svg)](https://crates.io/crates/runng-thrift) | NNG as [Apache Thrift](https://github.com/apache/thrift) transport
| [__runng_thrift__](https://github.com/jeikabu/runng_thrift) | [![runng-thrift crate](https://img.shields.io/crates/v/runng-thrift.svg)](https://crates.io/crates/runng-thrift) | NNG as [Apache Thrift](https://github.com/apache/thrift) transport
| [__runng_examples__](https://github.com/jeikabu/runng_examples) | | Additional runng examples

## Usage

Expand Down
39 changes: 0 additions & 39 deletions runng-sys/Cargo.toml

This file was deleted.

85 changes: 0 additions & 85 deletions runng-sys/README.md

This file was deleted.

85 changes: 0 additions & 85 deletions runng-sys/build.rs

This file was deleted.

1 change: 0 additions & 1 deletion runng-sys/nng
Submodule nng deleted from 8a9fd8
102 changes: 0 additions & 102 deletions runng-sys/src/lib.rs

This file was deleted.

Loading

0 comments on commit 26a04e8

Please sign in to comment.