From a9df08bc6d8cb1ac3b30068450ae0013c286c17f Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 17 Oct 2020 16:07:46 +0800 Subject: [PATCH] chore: move __c_cpp/* to __ffi --- {__c_cpp => __ffi}/c_export/Cargo.lock | 0 {__c_cpp => __ffi}/c_export/Cargo.toml | 0 {__c_cpp => __ffi}/c_export/README.md | 0 {__c_cpp => __ffi}/c_export/call_in_c.c | 0 {__c_cpp => __ffi}/c_export/call_in_node.js | 0 {__c_cpp => __ffi}/c_export/call_in_python.py | 0 {__c_cpp => __ffi}/c_export/src/lib.rs | 0 {__c_cpp => __ffi}/cpp/Cargo.lock | 0 {__c_cpp => __ffi}/cpp/Cargo.toml | 0 {__c_cpp => __ffi}/cpp/build.rs | 0 {__c_cpp => __ffi}/cpp/src/main.rs | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {__c_cpp => __ffi}/c_export/Cargo.lock (100%) rename {__c_cpp => __ffi}/c_export/Cargo.toml (100%) rename {__c_cpp => __ffi}/c_export/README.md (100%) rename {__c_cpp => __ffi}/c_export/call_in_c.c (100%) rename {__c_cpp => __ffi}/c_export/call_in_node.js (100%) rename {__c_cpp => __ffi}/c_export/call_in_python.py (100%) rename {__c_cpp => __ffi}/c_export/src/lib.rs (100%) rename {__c_cpp => __ffi}/cpp/Cargo.lock (100%) rename {__c_cpp => __ffi}/cpp/Cargo.toml (100%) rename {__c_cpp => __ffi}/cpp/build.rs (100%) rename {__c_cpp => __ffi}/cpp/src/main.rs (100%) diff --git a/__c_cpp/c_export/Cargo.lock b/__ffi/c_export/Cargo.lock similarity index 100% rename from __c_cpp/c_export/Cargo.lock rename to __ffi/c_export/Cargo.lock diff --git a/__c_cpp/c_export/Cargo.toml b/__ffi/c_export/Cargo.toml similarity index 100% rename from __c_cpp/c_export/Cargo.toml rename to __ffi/c_export/Cargo.toml diff --git a/__c_cpp/c_export/README.md b/__ffi/c_export/README.md similarity index 100% rename from __c_cpp/c_export/README.md rename to __ffi/c_export/README.md diff --git a/__c_cpp/c_export/call_in_c.c b/__ffi/c_export/call_in_c.c similarity index 100% rename from __c_cpp/c_export/call_in_c.c rename to __ffi/c_export/call_in_c.c diff --git a/__c_cpp/c_export/call_in_node.js b/__ffi/c_export/call_in_node.js similarity index 100% rename from __c_cpp/c_export/call_in_node.js rename to __ffi/c_export/call_in_node.js diff --git a/__c_cpp/c_export/call_in_python.py b/__ffi/c_export/call_in_python.py similarity index 100% rename from __c_cpp/c_export/call_in_python.py rename to __ffi/c_export/call_in_python.py diff --git a/__c_cpp/c_export/src/lib.rs b/__ffi/c_export/src/lib.rs similarity index 100% rename from __c_cpp/c_export/src/lib.rs rename to __ffi/c_export/src/lib.rs diff --git a/__c_cpp/cpp/Cargo.lock b/__ffi/cpp/Cargo.lock similarity index 100% rename from __c_cpp/cpp/Cargo.lock rename to __ffi/cpp/Cargo.lock diff --git a/__c_cpp/cpp/Cargo.toml b/__ffi/cpp/Cargo.toml similarity index 100% rename from __c_cpp/cpp/Cargo.toml rename to __ffi/cpp/Cargo.toml diff --git a/__c_cpp/cpp/build.rs b/__ffi/cpp/build.rs similarity index 100% rename from __c_cpp/cpp/build.rs rename to __ffi/cpp/build.rs diff --git a/__c_cpp/cpp/src/main.rs b/__ffi/cpp/src/main.rs similarity index 100% rename from __c_cpp/cpp/src/main.rs rename to __ffi/cpp/src/main.rs