17 releases

0.5.2 Apr 4, 2024
0.5.0 Mar 22, 2024
0.4.5 Oct 26, 2023
0.4.3 May 3, 2023
0.2.0 Jul 26, 2021

#298 in HTTP server

Download history 384/week @ 2023-12-22 1342/week @ 2023-12-29 1040/week @ 2024-01-05 1022/week @ 2024-01-12 1187/week @ 2024-01-19 1338/week @ 2024-01-26 1284/week @ 2024-02-02 1109/week @ 2024-02-09 1067/week @ 2024-02-16 691/week @ 2024-02-23 973/week @ 2024-03-01 1139/week @ 2024-03-08 1599/week @ 2024-03-15 1756/week @ 2024-03-22 2122/week @ 2024-03-29 2129/week @ 2024-04-05

7,711 downloads per month
Used in 19 crates (9 directly)

MIT/Apache

365KB
7K 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:

Utilities and traits for building trillium runtime adapters

Trillium applications should never need to depend directly on this library. Server adapters should reexport any types from this crate that an application author would need to use.

The parts of this crate that are not application facing should be expected to change more frequently than the parts that are application facing.

If you are depending on this crate for private code that cannot be discovered through docs.rs' reverse dependencies, please open an issue.

Dependencies

~9MB
~248K SLoC