Skip to content

Commit 8fdecaa

Browse files
elbertronnieKeavon
andauthored
Rename Raw-rs to Rawkit (#2088)
* Rename within files * Rename in CI * Rename the folder and file names * Rename raw_rs to rawkit * Add example to README * Add initial documentation * Small API changes and extra documentation * Bump versions and stuff * Readme improvements * Merge proc-macro crates into one * Add README to rawkit-proc-macros * Remove keywords and categories * Add licenses to rawkit-proc-macros --------- Co-authored-by: Keavon Chambers <[email protected]>
1 parent 8d3da83 commit 8fdecaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+664
-356
lines changed

.github/workflows/build-dev-and-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,19 @@ jobs:
113113
with:
114114
command: check advisories
115115

116-
- name: 🔒 Check crate security advisories for /libraries/raw-rs
116+
- name: 🔒 Check crate security advisories for /libraries/rawkit
117117
uses: EmbarkStudios/cargo-deny-action@v1
118118
with:
119119
command: check advisories
120-
manifest-path: libraries/raw-rs/Cargo.toml
120+
manifest-path: libraries/rawkit/Cargo.toml
121121

122122
- name: 📜 Check crate license compatibility for root workspace
123123
uses: EmbarkStudios/cargo-deny-action@v1
124124
with:
125125
command: check bans licenses sources
126126

127-
- name: 📜 Check crate license compatibility for /libraries/raw-rs
127+
- name: 📜 Check crate license compatibility for /libraries/rawkit
128128
uses: EmbarkStudios/cargo-deny-action@v1
129129
with:
130130
command: check bans licenses sources
131-
manifest-path: libraries/raw-rs/Cargo.toml
131+
manifest-path: libraries/rawkit/Cargo.toml

.github/workflows/comment-clippy-warnings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
# Run Clippy and filter output for the root workspace
3636
CLIPPY_OUTPUT=$(cargo clippy --all-targets --all-features -- -W clippy::all 2>&1 | grep -vE "^(\s*Updating|\s*Download|\s*Compiling|\s*Checking|Finished)")
3737
38-
# Run Clippy and filter output for /libraries/raw-rs
39-
cd libraries/raw-rs
38+
# Run Clippy and filter output for /libraries/rawkit
39+
cd libraries/rawkit
4040
CLIPPY_OUTPUT+=$'\n\n'
4141
CLIPPY_OUTPUT+=$(cargo clippy --all-targets --all-features -- -W clippy::all 2>&1 | grep -vE "^(\s*Updating|\s*Download|\s*Compiling|\s*Checking|Finished)")
4242
cd ../..

.github/workflows/library-raw-rs.yml renamed to .github/workflows/library-rawkit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: "Library: Raw-rs"
1+
name: "Library: Rawkit"
22

33
on:
44
push:
55
branches:
66
- master
77
paths:
8-
- "libraries/raw-rs/**"
8+
- "libraries/rawkit/**"
99
pull_request:
1010
branches:
1111
- master
1212
paths:
13-
- "libraries/raw-rs/**"
13+
- "libraries/rawkit/**"
1414

1515
env:
1616
CARGO_TERM_COLOR: always
@@ -43,17 +43,17 @@ jobs:
4343

4444
- name: 🔬 Check Rust formatting
4545
run: |
46-
cd libraries/raw-rs
46+
cd libraries/rawkit
4747
cargo fmt --all -- --check
4848
4949
- name: 🦀 Build Rust code
5050
run: |
51-
cd libraries/raw-rs
51+
cd libraries/rawkit
5252
cargo build --release --all-features
5353
5454
- name: 🧪 Run Rust tests
5555
run: |
56-
cd libraries/raw-rs
56+
cd libraries/rawkit
5757
cargo test --release --all-features
5858
5959
- name: 📈 Run sccache stat for check

libraries/path-bool/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ in
6666
libsoup
6767
webkitgtk
6868

69-
# For Raw-rs tests
69+
# For Rawkit tests
7070
libraw
7171

7272
# Use Mold as a linker

libraries/raw-rs/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

libraries/raw-rs/build-camera-data/Cargo.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

libraries/raw-rs/src/lib.rs

Lines changed: 0 additions & 201 deletions
This file was deleted.

libraries/raw-rs/tag-derive/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)