tower/tower
Carl Lerche bdcce9677b
depend on tower-service from crates.io (#186)
2019-03-06 13:38:58 -08:00
..
examples Create subdir for tower crate (#182) 2019-03-06 07:54:39 -08:00
src Create subdir for tower crate (#182) 2019-03-06 07:54:39 -08:00
Cargo.toml depend on tower-service from crates.io (#186) 2019-03-06 13:38:58 -08:00
README.md Create subdir for tower crate (#182) 2019-03-06 07:54:39 -08:00

README.md

Tower

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

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.