Files
firezone/rust/connlib
Thomas Eizinger fa58e27883 refactor(connlib): reduce indentation when looping over gateways (#5944)
By leveraging `let-else`, we can perform the main action - pushing to
the buffered transmits - on first indentation level of the loop.
2024-07-22 14:53:54 +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.