Skip to content

Commit

Permalink
remove binary_vec_io and other dead custom ser/de code (#387)
Browse files Browse the repository at this point in the history
* Delete the binary_vec_io package.
* Delete the packing module.
  • Loading branch information
macklin-10x authored Mar 6, 2024
1 parent cdda245 commit fb77ad2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 537 deletions.
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

0 comments on commit fb77ad2

Please sign in to comment.