Files
firezone/rust/connlib
Thomas Eizinger 2f7f04a58d chore(connlib): don't unnecessarily shorten packet lifetime (#6646)
The lifetime of the returned packet is actually already `'static`,
meaning we don't need to call `to_owned`.

Related: #6366.

Signed-off-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: firezone <firezone@firezones-MacBook-Air.local>
2024-09-10 14:57:15 +00:00
..

Connlib

Firezone's connectivity library shared by all clients.

Building Connlib

You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.