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 |
#362 in HTTP server
2,044 downloads per month
Used in 22 crates
(9 directly)
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~10MB
~228K SLoC