From 7608ca768f751e262c329f9b3497555078b62e47 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 16 Dec 2024 18:51:19 +0100 Subject: [PATCH] comment on ffi --- documentation/docs/pages/developers/rust/ffi.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/pages/developers/rust/ffi.mdx b/documentation/docs/pages/developers/rust/ffi.mdx index 819b0307a1..848ca1755e 100644 --- a/documentation/docs/pages/developers/rust/ffi.mdx +++ b/documentation/docs/pages/developers/rust/ffi.mdx @@ -60,4 +60,4 @@ A connection abstraction which exposes a local TCP socket which developers are a | `proxy_server_address_internal()` | `NymProxyServer.nym_address()` | ## Client Pool -There are currently no FFI bindings for the Client Pool. This will be coming in the future. +There are currently no FFI bindings for the Client Pool. This will be coming in the future. The bindings for the TcpProxy have been updated to be able to use the Client Pool under the hood, but the standalone Pool is not yet exposed to FFI.