chore: move __c_cpp/* to __ffi

This commit is contained in:
2020-10-17 16:08:00 +08:00
parent a9df08bc6d
commit 6e8bb9e33f

View File

@@ -5,9 +5,6 @@ Simple Rust Tests
Project or files: Project or files:
``` ```
. .
├── __c_cpp
│   ├── c_export
│   └── cpp
├── __crypto ├── __crypto
│   ├── btc-address │   ├── btc-address
│   ├── crypto │   ├── crypto
@@ -27,6 +24,8 @@ Project or files:
│   ├── err_derive │   ├── err_derive
│   └── quick_error │   └── quick_error
├── __ffi ├── __ffi
│   ├── c_export
│   ├── cpp
│   ├── jni │   ├── jni
│   └── live-reload-rust │   └── live-reload-rust
├── __image ├── __image
@@ -108,7 +107,7 @@ Project or files:
├── vec.rs ├── vec.rs
└── while.rs └── while.rs
80 directories, 26 files 79 directories, 26 files
``` ```