nyx/src
elipeter bd788a8373 Refactor error handling with NyxResult and enhance debugging
- Replaced `Result` with `NyxResult` across the codebase for consistent error management.
- Enhanced `NyxError` with new variants and utility conversions for better flexibility.
- Added detailed `tracing::debug` logs in `file.rs` and `walk.rs` for improved traceability.
- Simplified conditionals and improved path handling in `file.rs`.
- Refined severity filtering logic in `scan.rs`.
2025-06-23 20:59:49 +02:00
..
commands Refactor error handling with NyxResult and enhance debugging 2025-06-23 20:59:49 +02:00
patterns Add error handling with NyxError and refactor console output formatting 2025-06-23 20:27:16 +02:00
utils Add error handling with NyxError and refactor console output formatting 2025-06-23 20:27:16 +02:00
cli.rs Refactor database schema and scanning process: 2025-06-17 16:46:45 +02:00
database.rs Add error handling with NyxError and refactor console output formatting 2025-06-23 20:27:16 +02:00
errors.rs Refactor error handling with NyxResult and enhance debugging 2025-06-23 20:59:49 +02:00
file.rs Refactor error handling with NyxResult and enhance debugging 2025-06-23 20:59:49 +02:00
main.rs Refactor error handling with NyxResult and enhance debugging 2025-06-23 20:59:49 +02:00
walk.rs Refactor error handling with NyxResult and enhance debugging 2025-06-23 20:59:49 +02:00