Files
firezone/rust/connlib
Thomas Eizinger 9f753b872a chore(connlib): forward panics containing an owned string (#4760)
In Rust, `Result::unwrap()` produces a panic with an owned `String`.
Currently, we only attempt to downcast to a `str` which means those
errors show up as "panicked with a non-string payload" instead of the
actual panic message.

Related: #4736.
2024-04-24 13:03:47 +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.