feat(taxonomy): add rust sidecar compact surface pipeline

This commit is contained in:
2026-03-12 15:23:10 -04:00
parent f2c25fb9c6
commit 58061af006
84 changed files with 19350 additions and 265 deletions

55
rust/vendor/crabrl/.gitattributes vendored Normal file
View File

@@ -0,0 +1,55 @@
# Auto detect text files and perform LF normalization
* text=auto
# Rust files
*.rs text eol=lf
*.toml text eol=lf
Cargo.lock text eol=lf
# Python files
*.py text eol=lf
*.pyx text eol=lf
*.pxd text eol=lf
# Documentation
*.md text eol=lf
*.txt text eol=lf
LICENSE text eol=lf
# Config files
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.xml text eol=lf
*.xsd text eol=lf
*.xbrl text eol=lf
# Shell scripts
*.sh text eol=lf
*.bash text eol=lf
# Git files
.gitignore text eol=lf
.gitattributes text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.tar binary
*.7z binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
# Linguist overrides - ensure Rust is recognized as primary language
*.rs linguist-language=Rust
benchmarks/*.py linguist-documentation
scripts/*.py linguist-documentation
examples/* linguist-documentation