Testing ratatui

This commit is contained in:
Marco De Araujo 2025-12-24 07:11:40 -04:00
parent 28483fe165
commit 843d05bec9
9 changed files with 349 additions and 9 deletions

View file

@ -1,3 +1,4 @@
pub mod model;
pub mod parser;
pub use model::StatusPageResponse;
pub use parser::parse_response;