3 releases

0.1.2 Apr 7, 2024
0.1.1 Jan 2, 2024
0.1.0 Dec 4, 2021

#26 in #trillium

Download history 2/week @ 2023-12-22 104/week @ 2023-12-29 30/week @ 2024-01-05 8/week @ 2024-01-12 63/week @ 2024-01-19 30/week @ 2024-01-26 8/week @ 2024-02-02 68/week @ 2024-02-09 34/week @ 2024-02-16 105/week @ 2024-02-23 32/week @ 2024-03-01 57/week @ 2024-03-08 45/week @ 2024-03-15 77/week @ 2024-03-22 109/week @ 2024-03-29 400/week @ 2024-04-05

632 downloads per month
Used in objstor

MIT/Apache

69KB
1K 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:

Body compression for trillium.rs

Currently, this crate only supports compressing outbound bodies with the zstd, brotli, and gzip algorithms (in order of preference), although more algorithms may be added in the future. The correct algorithm will be selected based on the Accept-Encoding header sent by the client, if one exists.

Dependencies

~17MB
~517K SLoC