toss-api 0.1.1

A Vim-inspired TUI and CLI API client for exploring and testing endpoints
1
2
3
4
5
6
7
8
9
10
11
12
# Tech Stack

- **Base**: Rust

| **Component**           | **Crate**          |
| ----------------------- | ------------------ |
| **UI**                  | ratatui            |
| **HTTP Client**         | reqwest            |
| **Async Runtime**       | tokio              |
| **Event Loop**          | crossterm          |
| **Syntax Highlighting** | syntect            |
| **Postman Parsing**     | postman_collection |