From dbd52a48a468076da0911281706b74dbf30307f7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 29 Jan 2020 11:36:31 +0000 Subject: [PATCH] move to own module --- .gitignore => actix-protobuf/.gitignore | 0 .travis.yml => actix-protobuf/.travis.yml | 0 CHANGES.md => actix-protobuf/CHANGES.md | 0 Cargo.toml => actix-protobuf/Cargo.toml | 0 README.md => actix-protobuf/README.md | 0 {examples => actix-protobuf/examples}/prost-example/Cargo.toml | 0 {examples => actix-protobuf/examples}/prost-example/client.py | 0 {examples => actix-protobuf/examples}/prost-example/src/main.rs | 0 {examples => actix-protobuf/examples}/prost-example/test.proto | 0 {examples => actix-protobuf/examples}/prost-example/test_pb2.py | 0 rustfmt.toml => actix-protobuf/rustfmt.toml | 0 {src => actix-protobuf/src}/lib.rs | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => actix-protobuf/.gitignore (100%) rename .travis.yml => actix-protobuf/.travis.yml (100%) rename CHANGES.md => actix-protobuf/CHANGES.md (100%) rename Cargo.toml => actix-protobuf/Cargo.toml (100%) rename README.md => actix-protobuf/README.md (100%) rename {examples => actix-protobuf/examples}/prost-example/Cargo.toml (100%) rename {examples => actix-protobuf/examples}/prost-example/client.py (100%) rename {examples => actix-protobuf/examples}/prost-example/src/main.rs (100%) rename {examples => actix-protobuf/examples}/prost-example/test.proto (100%) rename {examples => actix-protobuf/examples}/prost-example/test_pb2.py (100%) rename rustfmt.toml => actix-protobuf/rustfmt.toml (100%) rename {src => actix-protobuf/src}/lib.rs (100%) diff --git a/.gitignore b/actix-protobuf/.gitignore similarity index 100% rename from .gitignore rename to actix-protobuf/.gitignore diff --git a/.travis.yml b/actix-protobuf/.travis.yml similarity index 100% rename from .travis.yml rename to actix-protobuf/.travis.yml diff --git a/CHANGES.md b/actix-protobuf/CHANGES.md similarity index 100% rename from CHANGES.md rename to actix-protobuf/CHANGES.md diff --git a/Cargo.toml b/actix-protobuf/Cargo.toml similarity index 100% rename from Cargo.toml rename to actix-protobuf/Cargo.toml diff --git a/README.md b/actix-protobuf/README.md similarity index 100% rename from README.md rename to actix-protobuf/README.md diff --git a/examples/prost-example/Cargo.toml b/actix-protobuf/examples/prost-example/Cargo.toml similarity index 100% rename from examples/prost-example/Cargo.toml rename to actix-protobuf/examples/prost-example/Cargo.toml diff --git a/examples/prost-example/client.py b/actix-protobuf/examples/prost-example/client.py similarity index 100% rename from examples/prost-example/client.py rename to actix-protobuf/examples/prost-example/client.py diff --git a/examples/prost-example/src/main.rs b/actix-protobuf/examples/prost-example/src/main.rs similarity index 100% rename from examples/prost-example/src/main.rs rename to actix-protobuf/examples/prost-example/src/main.rs diff --git a/examples/prost-example/test.proto b/actix-protobuf/examples/prost-example/test.proto similarity index 100% rename from examples/prost-example/test.proto rename to actix-protobuf/examples/prost-example/test.proto diff --git a/examples/prost-example/test_pb2.py b/actix-protobuf/examples/prost-example/test_pb2.py similarity index 100% rename from examples/prost-example/test_pb2.py rename to actix-protobuf/examples/prost-example/test_pb2.py diff --git a/rustfmt.toml b/actix-protobuf/rustfmt.toml similarity index 100% rename from rustfmt.toml rename to actix-protobuf/rustfmt.toml diff --git a/src/lib.rs b/actix-protobuf/src/lib.rs similarity index 100% rename from src/lib.rs rename to actix-protobuf/src/lib.rs