11 releases

Uses new Rust 2024

new 0.2.0-alpha.12 Apr 18, 2025
0.2.0-alpha.11 Apr 16, 2025
0.2.0-alpha.7 Mar 11, 2025
0.2.0-alpha.6 Jan 9, 2025
0.2.0-alpha.3 Sep 9, 2024

#688 in HTTP client

Download history 133/week @ 2024-12-27 333/week @ 2025-01-03 199/week @ 2025-01-10 75/week @ 2025-01-17 42/week @ 2025-01-24 25/week @ 2025-01-31 28/week @ 2025-02-07 39/week @ 2025-02-14 58/week @ 2025-02-21 27/week @ 2025-02-28 107/week @ 2025-03-07 77/week @ 2025-03-14 20/week @ 2025-03-21 11/week @ 2025-03-28 80/week @ 2025-04-04 470/week @ 2025-04-11

591 downloads per month
Used in 16 crates (14 directly)

MIT/Apache

360KB
8K 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, Context<S>, Request) -> Result<Response, 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

~5–32MB
~447K SLoC