Skip to content

async fn(Request) -> Result<Response, Error>

License

Notifications You must be signed in to change notification settings

paolobarbolini/tower

This branch is 1 commit ahead of tower-rs/tower:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c49781 · Jan 27, 2025
Jul 23, 2024
Jan 27, 2025
Jul 21, 2024
Aug 13, 2024
Aug 2, 2024
Aug 2, 2024
Jan 27, 2025
Aug 26, 2016
Jan 27, 2025
Jan 15, 2019
Jul 23, 2024
Jul 20, 2024
Feb 25, 2021

Repository files navigation

Tower

Tower is a library of modular and reusable components for building robust networking clients and servers.

Crates.io Documentation Documentation (master) MIT licensed Build Status Discord chat

Overview

Tower aims to make it as easy as possible to build robust networking clients and servers. It is protocol agnostic, but is designed around a request / response pattern. If your protocol is entirely stream based, Tower may not be a good fit.

Supported Rust Versions

Tower will keep a rolling MSRV (minimum supported Rust version) policy of at least 6 months. When increasing the MSRV, the new Rust version must have been released at least six months ago. The current MSRV is 1.64.0.

Getting Started

If you're brand new to Tower and want to start with the basics we recommend you check out some of our guides.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions.

About

async fn(Request) -> Result<Response, Error>

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%