openapi-tui 0.8.0

This TUI allows you to list and browse APIs described by the openapi specification.
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
  vergen::EmitBuilder::builder().all_build().all_git().emit()?;
  Ok(())
}