939931acad
- Remove data directory from gitignore to include language data - Add build script to parse linguist languages.yml and generate static mappings - Include serde and serde_yml dependencies for YAML parsing - Add lang_stats module with language detection and statistics calculation - Generate protobuf definitions for language statistics API endpoints - Implement GetLanguageStats RPC endpoint in repository server - Add comprehensive test suite for language statistics functionality - Include extension and filename based language detection logic - Implement binary file classification and group resolution features
8 lines
150 B
Rust
8 lines
150 B
Rust
pub mod find_license;
|
|
pub mod find_merge_base;
|
|
pub mod lang_stats;
|
|
pub mod objects_size;
|
|
pub mod optimize;
|
|
pub mod raw_changes;
|
|
pub mod search_files;
|