fix: Refactor string truncation logic into reusable utility function to avoid panic (#2818) (#2819)

Signed-off-by: toyamagu2021 <tomoki-yamaguchi@c-fo.com>
This commit is contained in:
toyamagu-2021
2025-07-04 02:22:45 +09:00
committed by GitHub
parent fd0f3bc81d
commit ff4c7d575a
4 changed files with 56 additions and 15 deletions
+1
View File
@@ -7,6 +7,7 @@ pub mod project_tracker;
pub mod recipes;
pub mod session;
pub mod signal;
pub mod utils;
// Re-export commonly used types
pub use session::Session;