26 releases

0.2.19 Apr 7, 2024
0.2.17 Mar 22, 2024
0.2.11 Oct 27, 2023
0.2.9 Apr 21, 2023
0.1.5 Jul 26, 2021

#43 in HTTP server

Download history 1415/week @ 2024-01-03 1091/week @ 2024-01-10 1216/week @ 2024-01-17 1479/week @ 2024-01-24 1511/week @ 2024-01-31 1290/week @ 2024-02-07 1195/week @ 2024-02-14 822/week @ 2024-02-21 1132/week @ 2024-02-28 1257/week @ 2024-03-06 1542/week @ 2024-03-13 2207/week @ 2024-03-20 1639/week @ 2024-03-27 2327/week @ 2024-04-03 1322/week @ 2024-04-10 766/week @ 2024-04-17

6,272 downloads per month
Used in 47 crates (41 directly)

MIT/Apache

310KB
6K SLoC

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.


lib.rs:

Welcome to the trillium crate!

This crate is the primary dependency for building a trillium app or library. It contains a handful of core types and reexports a few others that you will necessarily need, but otherwise tries to stay small and focused. This crate will hopefully be the most stable within the trillium ecosystem. That said, trillium is still pre 1.0 and should be expected to evolve over time.

To get started with this crate, first take a look at the guide, then browse the docs for trillium::Conn.

At a minimum to build a trillium app, you'll also need a trillium runtime adapter.

Dependencies

~7MB
~184K SLoC