This website requires JavaScript.
Explore
Help
Register
Sign In
siddheshmhatre
/
noentropy
Watch
1
Star
0
Fork
0
You've already forked noentropy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bbf88fc4fc94d84ae2f2bcac39ac6b32f4eb1760
noentropy
/
src
/
lib.rs
5 lines
69 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: Add comprehensive improvements - async optimization, caching, and error handling - Add async optimization using futures for concurrent file processing - Implement intelligent caching system with SHA256 file change detection - Add comprehensive custom error handling for Gemini API responses - Fix critical error handling issues throughout the codebase - Replace fragile JSON parsing with proper struct-based deserialization - Add automatic retry logic for rate limits and network issues - Improve user experience with detailed error messages and progress feedback - Add cache persistence and automatic cleanup of old entries - Optimize performance for batch processing scenarios
2025-12-28 19:15:53 +05:30
pub
mod
cache
;
first commit a tool that automatically organize your messy folders
2025-12-20 15:32:38 +05:30
pub
mod
files
;
pub
mod
gemini
;
feat: Add comprehensive improvements - async optimization, caching, and error handling - Add async optimization using futures for concurrent file processing - Implement intelligent caching system with SHA256 file change detection - Add comprehensive custom error handling for Gemini API responses - Fix critical error handling issues throughout the codebase - Replace fragile JSON parsing with proper struct-based deserialization - Add automatic retry logic for rate limits and network issues - Improve user experience with detailed error messages and progress feedback - Add cache persistence and automatic cleanup of old entries - Optimize performance for batch processing scenarios
2025-12-28 19:15:53 +05:30
pub
mod
gemini_errors
;
Reference in New Issue
Copy Permalink