Skip to content

Commit 984cf26

Browse files
committed
feat: set up Rust workspace with 6 crates
- uffs-polars: Polars facade for compilation isolation - uffs-mft: MFT reading library with Parquet I/O - uffs-core: Query engine with glob, export, path resolution - uffs-cli: CLI binary with clap - uffs-tui: Terminal UI with ratatui - uffs-gui: GUI placeholder All 27 tests pass, 0 clippy warnings. Clean up old_cpp reference files.
1 parent b3c56d1 commit 984cf26

File tree

66,701 files changed

+6238
-10604666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66,701 files changed

+6238
-10604666
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ Desktop.ini
2929
*~
3030

3131
# Large files to exclude
32-
old_cpp/uffs/UltraFastFileSearch-code/.vs/
33-
old_cpp/uffs/llvm/lib/
34-
old_cpp/uffs/Original Packages/
35-
old_cpp/uffs/UltraFastFileSearch-code/x64/
3632
*.pch
3733
*.ipch
3834
*.lib
3935
*.7z
36+
37+
# Reference repos (symlinks to local repos)
38+
reference/

0 commit comments

Comments
 (0)