| name | tower |
| description | Tower is a library of modular and reusable components for building robust networking clients and servers. WHEN: build web servers or apis with tower, build command-line interfaces. Triggers: use tower |
tower
Tower is a library of modular and reusable components for building robust networking clients and servers.
When to Use
- Build web servers or APIs with tower
- Build command-line interfaces
When NOT to Use
- Projects using Python or JavaScript (different ecosystem)
Quick Start
Install
If you're brand new to Tower and want to start with the basics we recommend you
check out some of our [guides].
Basic Usage
If you're brand new to Tower and want to start with the basics we recommend you
check out some of our [guides].
Project Info
- Language: Rust
- Tests: Yes
File Structure
├── examples/
│ └── Cargo.toml
├── guides/
│ ├── building-a-middleware-from-scratch.md
│ └── README.md
├── tower/
│ ├── examples/
│ ├── src/
│ ├── tests/
│ ├── Cargo.toml
│ ├── CHANGELOG.md
│ ├── LICENSE
│ └── README.md
├── tower-layer/
│ ├── src/
│ ├── Cargo.toml
│ ├── CHANGELOG.md
│ ├── LICENSE
│ └── README.md
├── tower-service/
Generated by repo2skill