From 7e15eedd041d8196742b733d224fa8377c87b461 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 9 Oct 2024 18:42:10 +0200 Subject: [PATCH] tweaks to ffi --- documentation/docs/pages/developers/rust/ffi.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/docs/pages/developers/rust/ffi.mdx b/documentation/docs/pages/developers/rust/ffi.mdx index d1c2b609a2..0f4aba8fa0 100644 --- a/documentation/docs/pages/developers/rust/ffi.mdx +++ b/documentation/docs/pages/developers/rust/ffi.mdx @@ -45,7 +45,10 @@ At the time of writing the following functionality is not exposed to the shared ### TcpProxy Module A connection abstraction which exposes a local TCP socket which developers are able to interact with basically as expected, being able to read/write to/from a bytestream, without really having to take into account the workings of the Mixnet/Sphinx/the [message-based](../concepts/messages) format of the underlying client. -> At the time of writing this functionality is **only** exposed to Go. C/C++ bindings will follow in the future in a larger update to the C FFI. + + At the time of writing this functionality is **only** exposed to Go. C/C++ bindings will follow in the future in a larger update to the C FFI. + + | `shared/lib.rs` function | Rust Function | | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |