Add last Utility (#65)

This commit is contained in:
Andy
2024-09-19 23:43:18 +08:00
committed by GitHub
parent 201b2fe829
commit 49fc7ff3ca
12 changed files with 1037 additions and 80 deletions

View File

@@ -24,3 +24,7 @@ mod test_ctrlaltdel;
#[cfg(feature = "rev")]
#[path = "by-util/test_rev.rs"]
mod test_rev;
#[cfg(feature = "last")]
#[path = "by-util/test_last.rs"]
mod test_last;