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:
```
.
├── __c_cpp
│   ├── c_export
│   └── cpp
├── __crypto
│   ├── btc-address
│   ├── crypto
@@ -27,6 +24,8 @@ Project or files:
│   ├── err_derive
│   └── quick_error
├── __ffi
│   ├── c_export
│   ├── cpp
│   ├── jni
│   └── live-reload-rust
├── __image
@@ -108,7 +107,7 @@ Project or files:
├── vec.rs
└── while.rs
80 directories, 26 files
79 directories, 26 files
```