Nerixyz / nerix-utils-rs

This repository provides common utilities I'm using in some projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nerix-utils-rs

This repository includes common utils I'm using.

Note: All the crates use actix-web version 4.1 (or higher).

  • errors This crate provides common json errors and a redirect error.

    errors = { git = "https://github.com/Nerixyz/nerix-utils-rs", tag = "errors-v0.4.0" }
  • actix-metrics This crate provides a middleware that exposes metrics about the specific route (requests and response-time).

    actix-metrics = { git = "https://github.com/Nerixyz/nerix-utils-rs", tag = "actix-metrics-v0.4.0" }

About

This repository provides common utilities I'm using in some projects.


Languages

Language:Rust 100.0%