diff options
| author | Yuval Adam <_@yuv.al> | 2019-05-27 10:32:18 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-05-27 10:32:18 +0300 |
| commit | 186154550428c336ff9419ec4ed9ae11fb19c939 (patch) | |
| tree | 86d4b50efc80460bd4f2f5362b78da7d6eb745b6 | |
| parent | 7477bc29cfb6305f5e48a5f11f28e1384ca9f15b (diff) | |
Move all bchlib-sys files into bchlib-sys/
| -rw-r--r-- | bchlib-sys/.gitignore (renamed from .gitignore) | 0 | ||||
| -rw-r--r-- | bchlib-sys/Cargo.toml (renamed from Cargo.toml) | 0 | ||||
| -rw-r--r-- | bchlib-sys/LICENSE.md (renamed from LICENSE.md) | 0 | ||||
| -rw-r--r-- | bchlib-sys/README.md (renamed from README.md) | 0 | ||||
| -rw-r--r-- | bchlib-sys/build.rs (renamed from build.rs) | 0 | ||||
| -rw-r--r-- | bchlib-sys/src/bch/bch.c (renamed from src/bch/bch.c) | 0 | ||||
| -rw-r--r-- | bchlib-sys/src/bch/bch.h (renamed from src/bch/bch.h) | 0 | ||||
| -rw-r--r-- | bchlib-sys/src/lib.rs (renamed from src/lib.rs) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/.gitignore b/bchlib-sys/.gitignore index 391c970..391c970 100644 --- a/.gitignore +++ b/bchlib-sys/.gitignore diff --git a/Cargo.toml b/bchlib-sys/Cargo.toml index e6762e5..e6762e5 100644 --- a/Cargo.toml +++ b/bchlib-sys/Cargo.toml diff --git a/LICENSE.md b/bchlib-sys/LICENSE.md index d159169..d159169 100644 --- a/LICENSE.md +++ b/bchlib-sys/LICENSE.md diff --git a/README.md b/bchlib-sys/README.md index 1325e75..1325e75 100644 --- a/README.md +++ b/bchlib-sys/README.md diff --git a/build.rs b/bchlib-sys/build.rs index 605fec2..605fec2 100644 --- a/build.rs +++ b/bchlib-sys/build.rs diff --git a/src/bch/bch.c b/bchlib-sys/src/bch/bch.c index 87712e2..87712e2 100644 --- a/src/bch/bch.c +++ b/bchlib-sys/src/bch/bch.c diff --git a/src/bch/bch.h b/bchlib-sys/src/bch/bch.h index 9bc206c..9bc206c 100644 --- a/src/bch/bch.h +++ b/bchlib-sys/src/bch/bch.h diff --git a/src/lib.rs b/bchlib-sys/src/lib.rs index 47eaa43..47eaa43 100644 --- a/src/lib.rs +++ b/bchlib-sys/src/lib.rs |
