21 results for “topic:anyhow”
Life/self managment software
Extensions for the rust Standard library and Tokio.
A crate that makes it easy to use the anyhow crate with the tauri framework as a command result.
Error handling library for gleam language
(De)serialize files to/from disk
Structured, traceable, retry-aware HTTP error responses for Rust APIs. Features anyhow and Axum integration with a framework-agnostic core.
Provides a Result<T> type and related utility types that can be used to holistically provide object response errors.
anyhow with location
A high-performance web content downloader and localizer built with Rust. Leverages Rust's powerful concurrency to efficiently batch download web pages and save them as local files.
Ergonomic result / error handling helpers built on anyhow and thiserror.
bloatware around axum-rs
Benchmarks of SNAFU vs Anyhow, including of fat `snafu::Whatever` vs thin `anyhow::Error`.
A simple RESTful API built with Rust using the Axum framework. This project serves as a starter template for building scalable and maintainable backend applications in Rust. It includes versioned APIs (v1 and v2) for basic user management operations using a JSON file as a datastore.
Rust-style error handling for Kotlin.
Simple Rust web api example with CRUD
A high-performance, Rust-based blogging platform API built using Axum, SQLx, and Tokio with PostgreSQL as the database.
A library to retrieve course list and specific course related information from CUNY City College.
动漫聚搜后端
This repository demonstrates a basic web server built using the Axum web framework in Rust. It includes routes with different functionalities, structured logging with tracing, and JSON handling.
An extension of the anyhow crate that provides named fields on errors
A terminal-based application, built with Rust, for converting temperature and length units. My first Rust project