5 releases

0.2.3 Apr 7, 2024
0.2.2 Jan 2, 2024
0.2.1 Dec 3, 2021
0.2.0 Aug 27, 2021
0.1.0 Jul 17, 2021

#21 in #trillium

Download history 30/week @ 2024-01-29 13/week @ 2024-02-05 71/week @ 2024-02-12 47/week @ 2024-02-19 109/week @ 2024-02-26 29/week @ 2024-03-04 61/week @ 2024-03-11 50/week @ 2024-03-18 54/week @ 2024-03-25 233/week @ 2024-04-01 295/week @ 2024-04-08 53/week @ 2024-04-15 46/week @ 2024-04-22 59/week @ 2024-04-29 53/week @ 2024-05-06 32/week @ 2024-05-13

190 downloads per month
Used in objstor

MIT/Apache

68KB
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:

Trillium crate to add identifiers to conns.

This crate provides the following utilities:

  • ConnId a handler which must be called for the rest of this crate to function
  • log_formatter::conn_id a formatter to use with trillium_logger (note that this does not depend on the trillium_logger crate and is very lightweight if you do not use that crate)
  • ConnIdExt an extension trait for retrieving the id from a conn

Dependencies

~7.5MB
~188K SLoC