0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/rust/net
Alex Konradi 5b4570625b
Split types out of libsignal-bridge crate
Separate `libsignal-bridge` into two crates:
- `libsignal-bridge-types`, which contains types and methods for bridging,
  declares conversion traits, and implements those traits
- `libsignal-bridge`, which defines `extern "C"` functions that get exported
  into the app-language libraries

This will allow creating a second test-only crate, parallel to
`libsignal-bridge`, that can use the same types and macros for exporting
functions.
2024-06-21 16:39:14 -04:00
..
examples Split types out of libsignal-bridge crate 2024-06-21 16:39:14 -04:00
res SVR3: Support tpm2snp enclave on gcp 2024-04-12 13:39:07 -07:00
src Split types out of libsignal-bridge crate 2024-06-21 16:39:14 -04:00
build.rs Add libsignal-net CDSI lookup function 2023-10-31 11:15:46 -04:00
Cargo.toml Remove unused dependencies 2024-06-18 16:05:21 -04:00