From 6e8bb9e33f37873841afa484396d170eb261f9b3 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 17 Oct 2020 16:08:00 +0800 Subject: [PATCH] chore: move __c_cpp/* to __ffi --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fef03eb..debb838 100644 --- a/README.md +++ b/README.md @@ -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 ```