Sat May  2 11:16:04 -03 2026:
    - Find_library now chains slices directly, removing intermediate Vec allocation.
    - Process_file guards against circular includes via seen_files set.
    - utils: musl config path derived from (machine, arch) instead of hardcoded x86_64.
    - rldd: deps iterator inlined, removing intermediate Vec allocation.
    - rldd: resolved_interp simplified using fs::canonicalize, removing redundant exists check.
Sun Apr 12 17:15:23 -03 2026:
    - Refactor core logic for better modularity.
    - rename rldd_rex function to rldd_minimal.
Tue Mar 10 19:45:25 -03 2026:
    - Rename project from rldd_rex to rldd_minimal.
    - Refactor core logic for better modularity.
    - General code review and optimization.
    - Add comprehensive Rustdoc documentation.
Sun Dec 14 15:07:02 -03 2025:
    - Fix dependency resolution for musl-based binaries.
    - Improve musl dynamic interpreter detection logic.
Mon Nov 10 20:45:59 -03 2025:
    - Optimize dependency lookup performance.
Mon Nov 03 00:06:50 -03 2025:
    - Fix visibility: expose required public functions.
    - Update README with usage examples and technical details.
Sun Nov 02 20:36:13 -03 2025:
    - Add cross-platform support (Linux, BSD, Solaris).
    - Implement deep recursive dependency scanning.
    - Add feature gate for LD_LIBRARY_PATH environment variable.
    - Add architecture and ELF type identification.
