19 releases

Uses new Rust 2024

0.3.0-alpha.4 Dec 27, 2025
0.3.0-alpha.3 Aug 29, 2025
0.3.0-alpha.1 Jul 7, 2025
0.2.0-alpha.7 Mar 11, 2025
0.2.0-alpha.3 Sep 9, 2024

#2277 in HTTP server

Download history 922/week @ 2025-12-30 961/week @ 2026-01-06 1489/week @ 2026-01-13 6484/week @ 2026-01-20 27259/week @ 2026-01-27 31687/week @ 2026-02-03 39983/week @ 2026-02-10 37579/week @ 2026-02-17 39362/week @ 2026-02-24 63433/week @ 2026-03-03 55326/week @ 2026-03-10 60587/week @ 2026-03-17 58278/week @ 2026-03-24 30482/week @ 2026-03-31 35323/week @ 2026-04-07 41976/week @ 2026-04-14

177,289 downloads per month
Used in 49 crates (22 directly)

MIT/Apache

630KB
14K SLoC

rama banner

Crates.io Docs.rs MIT License Apache 2.0 License rust version Build Status

Discord Buy Me A Coffee GitHub Sponsors Paypal Donation

🦙 rama® (ラマ) is a modular service framework for the 🦀 Rust language to move and transform your network packets. The reasons behind the creation of rama can be read in the "Why Rama" chapter.

rama-core

async fn serve(&self, Input) -> Result<Output, Error>

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

rama service

Heavily inspired by tower-service and the vast Tokio ecosystem which makes use of it.

Initially the goal was to rely on tower-service directly, but it turned out to be too restrictive and difficult to work with, for the use cases we have in Rama. See https://ramaproxy.org/book/faq.html for more information regarding this and more.

Dependencies

~14–23MB
~341K SLoC