mirror of
https://github.com/tower-rs/tower.git
synced 2026-01-20 07:36:01 +00:00
The following crates are to be released: - tower - tower-buffer - tower-discover - tower-layer - tower-limit - tower-load-shed - tower-retry - tower-service - tower-test - tower-timeout - tower-util
14 lines
339 B
Markdown
14 lines
339 B
Markdown
# Tower Buffer
|
|
|
|
Buffer requests before dispatching to a `Service`.
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT license](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.
|