freeman 0.1.0

A terminal-based API testing tool - like Postman, but for your terminal
Documentation
1
2
3
4
5
6
7
//! UI helper re-exports for backward compatibility.
//!
//! All rendering primitives have been moved to [`crate::tui::widgets`].

pub use crate::tui::widgets::{
    highlight_json, method_color, render_header_list, render_input, render_tabs, status_color,
};