# tokio-middleware **Repository Path**: mirrors_tokio-rs/tokio-middleware ## Basic Information - **Project Name**: tokio-middleware - **Description**: A collection of Tokio middleware - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tokio-middleware A collection of Tokio `Service` middleware. [![Build Status](https://travis-ci.org/tokio-rs/tokio-middleware.svg?branch=master)](https://travis-ci.org/tokio-rs/tokio-middleware) [Documentation](https://tokio-rs.github.io/tokio-middleware) | [Gitter](https://gitter.im/tokio-rs/tokio) ## Usage First, add this to your `Cargo.toml`: ```toml [dependencies] tokio-middleware = { git = "https://github.com/tokio-rs/tokio-middleware" } ``` Next, add this to your crate: ```rust extern crate tokio_middleware; ``` # License `tokio-middleware` is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses. See LICENSE-APACHE, and LICENSE-MIT for details.