13 releases

0.4.0 Apr 4, 2024
0.3.4 Jan 2, 2024
0.3.2 Sep 13, 2023
0.3.1 May 3, 2023
0.1.4 Jul 26, 2021

#1010 in Asynchronous

Download history 299/week @ 2024-12-17 107/week @ 2024-12-24 192/week @ 2024-12-31 810/week @ 2025-01-07 407/week @ 2025-01-14 528/week @ 2025-01-21 1091/week @ 2025-01-28 845/week @ 2025-02-04 681/week @ 2025-02-11 940/week @ 2025-02-18 774/week @ 2025-02-25 715/week @ 2025-03-04 728/week @ 2025-03-11 506/week @ 2025-03-18 319/week @ 2025-03-25 672/week @ 2025-04-01

2,777 downloads per month
Used in 5 crates

MIT/Apache

385KB
7.5K SLoC

Trillium server adapter for tokio

fn main() {
trillium_tokio::run(|conn: trillium::Conn| async move {
conn.ok("hello tokio")
});
}
#[tokio::main]
async fn main() {
trillium_tokio::run_async(|conn: trillium::Conn| async move {
conn.ok("hello tokio")
}).await;
}

Welcome to Trillium!

📖 Guide 📖

The guide provides an architectural overview and lay of the land connecting the trillium crates.

📑 Rustdocs 📑

The rustdocs represent the best way to learn about any of trillium's individual crates and the specific interfaces.




Legal:

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~10–21MB
~325K SLoC