Skip to content
forked from tower-rs/tower

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

License

Notifications You must be signed in to change notification settings

rrichardson/tower

This branch is 3 commits ahead of, 113 commits behind tower-rs/tower:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2021
Dec 28, 2020
May 18, 2021
Apr 21, 2021
May 6, 2021
Jan 13, 2021
Jun 2, 2021
Aug 26, 2016
Mar 31, 2020
Jan 15, 2019
May 14, 2021
Oct 27, 2020
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.

Status

Currently, tower 0.4 is released on crates.io.

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

Packages

No packages published

Languages

  • Rust 100.0%