Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove binary_vec_io and other dead custom ser/de code #387

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"align_tools",
"amino",
"ansi_escape",
"binary_vec_io",
"build_enclone_proto",
"dna",
"enclone",
Expand Down
11 changes: 0 additions & 11 deletions binary_vec_io/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions binary_vec_io/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions binary_vec_io/README.md

This file was deleted.

150 changes: 0 additions & 150 deletions binary_vec_io/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion enclone_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub mod logging;
pub mod mammalian_fixed_len;
pub mod median;
pub mod opt_d;
pub mod packing;
pub mod print_tools;
pub mod set_speakers;
pub mod slurp;
Expand Down
Loading
Loading