Skip to content

Commit

Permalink
packed: move old vector helpers aside
Browse files Browse the repository at this point in the history
We're going to replace it with a Vector trait that can be implemented
for multiple vector types. Similar to what was done with memchr[1].

Before doing that, we move the old stuff aside.

[1]: https://github.com/BurntSushi/memchr/blob/f6188dbbca2b529100852e4509d48d2d002a674a/src/vector.rs
  • Loading branch information
BurntSushi committed Sep 5, 2023
1 parent 687a848 commit 564c263
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 83 deletions.
2 changes: 1 addition & 1 deletion src/packed/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ mod teddy;
#[cfg(all(feature = "std", test))]
mod tests;
#[cfg(all(feature = "std", target_arch = "x86_64"))]
mod vector;
mod vectorold;
Loading

0 comments on commit 564c263

Please sign in to comment.