Skip to content

Commit

Permalink
Feat/refactor into modules (#100)
Browse files Browse the repository at this point in the history
Refactored the code into seperate modules.

Changed the visibility rules where I thought it would be appropriate.
  • Loading branch information
tdejager authored Nov 28, 2023
1 parent 94d965f commit 58169ae
Show file tree
Hide file tree
Showing 67 changed files with 606 additions and 1,306 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
cargo rustdoc -p rattler_installs_packages --all-features -- -D warnings -W unreachable-pub
cargo rustdoc -p index --all-features -- -D warnings -W unreachable-pub
cargo rustdoc -p rip_bin --bin rip --all-features -- -D warnings -W unreachable-pub
cargo rustdoc -p rip_bin --lib --all-features -- -D warnings -W unreachable-pub
Expand Down Expand Up @@ -120,6 +119,5 @@ jobs:
--workspace
${{ steps.build-options.outputs.CARGO_BUILD_OPTIONS}}
${{ steps.test-options.outputs.CARGO_TEST_OPTIONS}}
--features resolvo
--
--nocapture
87 changes: 0 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions crates/index/Cargo.toml

This file was deleted.

Loading

0 comments on commit 58169ae

Please sign in to comment.