Skip to content

Commit

Permalink
delete the guts crate for now
Browse files Browse the repository at this point in the history
I haven't developed this experimental code any further since I pushed
it, and it's not good for unused code to sit around. If I ever get back
to this project I might revert this deletion.
  • Loading branch information
oconnor663 committed Aug 19, 2024
1 parent 4cc34b0 commit 9190916
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,894 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,6 @@ jobs:
run: cargo test
working-directory: ./reference_impl

# the new guts crate
- name: guts test
run: cargo test --all-features
working-directory: ./rust/guts
- name: guts no_std build
run: cargo build --no-default-features
working-directory: ./rust/guts
- name: guts no_std test # note that rust/guts/src/test.rs still uses libstd
run: cargo test --no-default-features
working-directory: ./rust/guts

b3sum_tests:
name: b3sum ${{ matrix.target.name }} ${{ matrix.channel }}
runs-on: ${{ matrix.target.os }}
Expand Down
18 changes: 0 additions & 18 deletions rust/guts/Cargo.toml

This file was deleted.

80 changes: 0 additions & 80 deletions rust/guts/readme.md

This file was deleted.

Loading

0 comments on commit 9190916

Please sign in to comment.